home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / ifl150.zip / IFL.HST < prev    next >
Text File  |  1993-05-01  |  4KB  |  88 lines

  1.  
  2.  
  3.  
  4.                                         IFL
  5.                            Interior File Listing Utility
  6.                Copyright 1989 by Martin Pollard.  All rights reserved
  7.  
  8.  
  9.  
  10.       Version 1.00 - 02/11/89
  11.  
  12.            Initial release.  ARC, PAK and ZIP archives supported.
  13.  
  14.       Version 1.10 - 02/24/89
  15.  
  16.            1.   Added support for archives created with SEA's ARC 6.x, which
  17.                 uses new header codes to support subdirectory archiving.
  18.            2.   Restructured much of the code.  This allowed for the addition
  19.                 of the new features described below without adding much over-
  20.                 head to the executable file.
  21.            3.   Added automatic extension support (described earlier in this
  22.                 documentation).
  23.  
  24.       Version 1.20 - 03/15/89
  25.  
  26.            1.   Added support for ZOO-format archives.
  27.            2.   The message line above the headings was changed to a more
  28.                 descriptive message.  Also, the drive and pathname is no
  29.                 longer displayed before the archive filename.  (This was done
  30.                 so BBS operators who incorporate IFL into their systems can
  31.                 keep secret the locations of their file directories.)
  32.            3.   Corrected a minor (and rare) problem in which a non-archive
  33.                 file could be mistaken for a ZIP archive file.
  34.  
  35.       Version 1.30 - 05/09/89
  36.  
  37.            Added support for LZH-format archives (created by LHARC).
  38.  
  39.       Version 1.40 - 07/15/89
  40.  
  41.            1.   Added support for the Imploding compression method introduced
  42.                 in PKZIP v1.01.
  43.            2.   Optimized parts of the program, for both cosmetic and speed
  44.                 purposes (especially during the automatic extension search).
  45.            3.   Made minor corrections to the documentation, including some
  46.                 spelling corrections and changing the mailing address.
  47.  
  48.       Version 1.41 - 08/03/89
  49.  
  50.            1.   Added support for archive files created by LHICE, which is
  51.                 simply LHARC with a different name and file extension (.ICE);
  52.                 the file format is the same.
  53.            2.   Added partial support for archive files created by PAK 2.0
  54.                 (the Distilled compression method in particular).  Displaying
  55.                 pathnames is not supported because, frankly, I am tired of
  56.                 trying to keep up with companies that attempt to extend the
  57.                 outdated ARC format in order to make it do things it was never
  58.                 designed to do.  The chase ends here!
  59.  
  60.  
  61.  
  62.       Version 1.42 - 08/04/89
  63.  
  64.            Removed support for archive files created by LHICE.  As it turns
  65.            out, LHICE was an unauthorized (and potentially dangerous) hack of
  66.            LHARC v1.13c.  This has taught me to test something out thoroughly
  67.            before jumping the gun!!!
  68.  
  69.       Version 1.50 - 11/26/89
  70.  
  71.            1.   Added support for archive files created by DWC.  Individual
  72.                 file comments are not supported.
  73.            2.   Added color output using direct screen writes, with a pause
  74.                 after a full screen.  Command line switches can inform IFL to
  75.                 use BIOS video routines ("-B"), inhibit the full-screen pause
  76.                 ("-P"), and use the standard output for redirection purposes
  77.                 and BBS usage ("-R").
  78.            3.   The code has been totally reorganized, which gained a modest
  79.                 reduction in the size of the executable file.
  80.            4.   Support for ARC 6.0 files has been removed, which allowed the
  81.                 addition of the aforementioned extra features with a minimal
  82.                 increase in the size of the executable file.  I don't know of
  83.                 anyone actively using ARC 6.0; if I get enough complaints,
  84.                 I'll put it back in.
  85.            5.   Restructured the documentation (again), and changed the
  86.                 mailing address (again).
  87.  
  88.